/**** bootstrap hack *********/
@media screen and (min-width: 1400px) {
	.container {max-width:1340px;}

}

body.home,
.outer {
  height:100%;
}

#fond-goutte {
  background-image: url('../img/Goutte2b.svg');
  background-repeat: no-repeat;
  background-size: 800px auto;
  background-position: bottom left;
  /* background-position: 0 220px; */
 position:absolute;
 bottom:0;
 height:800px;
 width:70%;
 z-index:2;
}

/********* PLEIN ECRAN *******/
.outer {
  display:flex;
  height: 100%;
  flex-direction: column;
}

.outer > div {
  flex-shrink:0;
}

.comble {
	flex-grow: 1;
}
/******** /PLEIN ECRAN *******/

.outer { position: relative;}
.outer > div {
   z-index:400;
  position:relative;
 }
.outer .fond-home {
	background-image: url(../img/accueil/fondAccueil-br.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height:100%;
	width:100%;
	z-index:1;
	position: absolute;
}

.fond-home > div {
	height:100%;
	/* top:0; */
	width:100%;
	z-index:399;
	background-color: rgba(0,0,0,0.6);
	position: relative;
}




.fond-home > div > div {
	/* background-image: url('../img/Goutte2b.svg'); */
	background-image: url('../img/Feuille2b.svg');
	background-repeat: no-repeat;
	background-size: 800px auto;
	background-position: top right;
  position: relative;
	height:100%;
	/* top:0; */
	width:100%;

	z-index:400;
}

/******* en tete **********************/
.cadre-en-tete {display: flex;align-items: center;}
.logo-entete {margin-left: 0.6rem;}
.titre-haut{
	color:white;
	font-family: 'Bahnschrift';
	font-weight: 700;
	font-size: 26px;
	letter-spacing: -2px;
	/* color: #000; */
  line-height: 32px;
	margin-left:0.35rem;
	text-transform: uppercase;
}
#haut-page a:hover { text-decoration: none;}


/******* FORM **********************/
.col-form form {
  text-align: center;
  border:solid 4px #aec000;
  border-radius:30px;
  height:60px;
  /* background-image: url('../img/Loupe.svg');
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: calc(100% - 20px) center; */
  width:85%;
  display: inline-block;
	  background-color :#fff;
}

.bouton_loupe {
	background-image: url('../img/Loupe.svg');
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: contain;
	height: 40px;
  width:40px;
  vertical-align:middle;
  text-align: center;border:0;
}
.bouton_loupe:hover {
  margin-left:10px;
  /* background : url('http://biodiv_interco.arb-na.fr/img/loupe.svg'); */
	background-image: url('../img/Loupe.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  height: 40px;
  width:40px;
  vertical-align:middle;
  text-align: center;border:0;
	cursor:pointer;
}

.col-form form input#search-com::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.col-form form input#search-com::placeholder{
     font-family: 'Lato', sans-serif;
  font-size:18px;
  color:darkgray;
  opacity:1;
	font-weight:700;
}
.col-form form input#search-com:focus { outline-width: 0; outline: none;}
.col-form form input#search-com {

  border:transparent;
  height:100%;
  padding-top:2px;
  padding-bottom:2px;
  /* text-align: center; */
  width:calc(100% - 120px); /* calculé par rapport à la loupe */
  font-family: 'Lato', sans-serif;
  font-size:18px;
  color:#000;
}
.col-form form input#search-com:focus-visible{
  border-color:transparent;
}
.legende-recherche { padding-top: 1.5rem;}
.legende-recherche > div {
	color: #fff;
	font-family: 'Bahnschrift';
	background-image: url('../img/flecheBlanche.svg');
	background-repeat: no-repeat;
	background-size: 113px auto;
	background-position: -10px -20px;
	padding-top: 50px;
	margin-top: -10px;
	margin-left: -3.5rem;
	padding-left: 30px;
}
.legende-recherche  p  {

  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: -2px;
  text-transform: uppercase;

}


.result {
  overflow-y: scroll;
  max-height:260px;
}


.white {
  	color: white;
  	/* font-size: 1rem; */
  	font-weight: 700;
  	/* z-index: 2000; */
  	text-shadow: 2px 2px 4px black;
  	/* box-shadow: 1px 1px 3px #3C3C3C; */
}

.presentation-fiches {
  font-style: italic;
  	/* font-size: 1.1rem; */
  	font-size: 19px;
  	/* font-size: 18px;; */
}

/************* FOOTER *****************/
#footer-home  { position: relative;
z-index:1;
height:110px;
/* height:75px; */
background-color: #fff;
}
#footer-home .row > div {
  display:flex;align-items:center;
}

/*
#footer-home img {
  max-width:100%;
}
*/
#footer-home img#logo-arbna {
  max-width:inherit;
	height:80px;
}
#participants img {max-height:80px;}
#participants img#logo-rna {max-height:100px;}
#footer-home a,
#footer-home span {
  z-index: 6;
  position: relative;
	    font-family: 'Lato', sans-serif;
			font-weight:700;
}
 span.no-wrap {
    white-space: nowrap;
  }
#participants  {display:flex;align-items:center;}
#participants a {display:inline-block;}

#footer-home ,
#footer-home p,
#footer-home a,
#footer-home span {
  font-family: 'Lato', sans-serif;
  font-size:16px;
  line-height:18px;
  color:#000;

}

#footer-home a:hover {
  background-color: transparent;
  color:#aec000;
}

.liens-bas a {
	color: #fff;
	font-family: 'Bahnschrift';
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: -1px;
	text-decoration: underline;
}
.liens-bas a.liste-intercos {margin-bottom:15px;display: inline-block;}
@media screen and (max-height: 600px) {
  .outer .fond-home {
    background-image: inherit;
  }

}
